home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / images / iff2scap / readme < prev   
Text File  |  1991-07-22  |  2KB  |  54 lines

  1.                 IFF2Scape - Image to Vista Landscape
  2.  
  3. Usage: iff2scape file.iff file.scape [-x<xoff>][-y<yoff>][-w][-c][-s]
  4.                                      [-b<base>][-j<step>]
  5.  
  6. <xoff> == Offset from left side of IFF image to the left side of scape
  7. <yoff> == Offset from top of IFF image to the top of scape
  8. w == Make BigVistaPro landscape
  9. <base> == Offset above sea level of lowest point in landscape
  10. <step> == Distance between color registers (units will vary with DEM spacing)
  11. s == smooth
  12. c == compress
  13.  
  14. Defaults:
  15.    xoffs = 0
  16.    yoffs = 0
  17.    Regular Vista Landscape
  18.    base = 0
  19.    step = 100
  20.    No smoothing
  21.    No compression
  22.  
  23. IFF2Scape converts an IFF file into a Vista Landscape by assuming that
  24. the color register numbers are related to the elevation of the pixel
  25. (data point). Color register 0 is at <base> units from sea level. Each
  26. subsequent color register is <step> units above the previous one.
  27. Below, zsize is the actual size of the unit used for base and step.
  28. (ie. a step of 100 with 10 ft DEM data will result in elevation steps of
  29. 360 inches or 30 feet. A base of 500 would be 150 feet.
  30.  
  31. Typical values:    cstep   dwidth    zsize
  32.                     3 ft     1 ft      0.36 in
  33.                     3 mtr    1 mtr     3.0 cm
  34.                    30 ft    10 ft      3.6 in
  35.                    30 mtr   10 mtr    30.0 cm
  36.                   100 mtr   30 mtr     1.0 mtr
  37.  
  38. cstep == the actual vertical distance between contour lines.
  39.  
  40. dwidth == the distance between adjacent dem points. For example, a
  41.           Vista DEM map is 258 points x 258 points, so a dwidth of 1 foot
  42.           would create a Vista DEM covering an area 258 feet x 258 feet.
  43.           30 meter data creates an area 30 x 258 meters (or 7740 meters)
  44.           by 7740 meters.
  45.  
  46. zsize == the actual change in elevation with a one point change in the
  47.          DEM elevation value.
  48.  
  49. Note that IFF2Scape clips a 258 x 258 DEM from a larger IFF file, with
  50. one pixel in the IFF image resulting in 1 DEM data point.
  51.  
  52.  
  53.  
  54.